home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gMovieBack, gFrameBack, gPathMode, gPathMovieList, gPathFrameList, gPathCounter
- repeat with i = 5 to 14
- puppetSprite(sprite(i), 0)
- end repeat
- updateStage()
- tell the stage
- set gMovieBack to the movieName
- set gFrameBack to marker(0)
- forget(window "floatMenu")
- go(1, "@\Database\LA_Main")
- end tell
- end
-